Skip to content

Commit

Permalink
Auto Format
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-gardener committed Nov 18, 2021
1 parent 413f099 commit e151e1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions taichi/common/symbol_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ float __wrap_log2f(float x) {
// The following are offending symbols using higher GLIBC versions
// TODO currently commented out due to failing Vulkan tests
//__asm__(".symver log2,log2@GLIBC_2.2.5");
//float __wrap_log2(float x) {
// float __wrap_log2(float x) {
// return log2(x);
//}
//__asm__(".symver exp,exp@GLIBC_2.2.5");
//float __wrap_exp(float x) {
// float __wrap_exp(float x) {
// return exp(x);
//}
//__asm__(".symver log,log@GLIBC_2.2.5");
//float __wrap_log(float x) {
// float __wrap_log(float x) {
// return log(x);
//}
//__asm__(".symver pow,pow@GLIBC_2.2.5");
//float __wrap_pow(float x, float y) {
// float __wrap_pow(float x, float y) {
// return pow(x, y);
//}
#endif
Expand Down

0 comments on commit e151e1e

Please sign in to comment.