Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddlingbits committed Apr 28, 2024
1 parent 0eb26ec commit 80df892
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/stdlib-include/math.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
extern "C" {
#endif

#pragma message "math.h sin & cos"
#pragma message __FILE__

static inline int abs(int n) {return twr_wasm_abs(n); }
static inline double acos(double arg) {return twr_wasm_acos(arg);}
static inline double asin(double arg) {return twr_wasm_asin(arg);}
Expand Down

0 comments on commit 80df892

Please sign in to comment.