Add wasm tacle-bench targets
This commit is contained in:
@ -0,0 +1,30 @@
|
||||
/*
|
||||
|
||||
This program is part of the TACLeBench benchmark suite.
|
||||
Version V 1.9
|
||||
|
||||
Name: pi
|
||||
|
||||
Author: unknown
|
||||
|
||||
Function: Header file for definition of pi
|
||||
|
||||
Source: MiBench
|
||||
http://wwweb.eecs.umich.edu/mibench
|
||||
|
||||
Original name: basicmath_small
|
||||
|
||||
Changes: no major functional changes
|
||||
|
||||
License: this code is FREE with no restrictions
|
||||
|
||||
*/
|
||||
|
||||
#ifndef PI__H
|
||||
#define PI__H
|
||||
|
||||
#ifndef PI
|
||||
#define PI 3.14f
|
||||
#endif
|
||||
|
||||
#endif /* PI__H */
|
||||
Reference in New Issue
Block a user