| Previous | 199869 Revisions | Next |
| r31737 Friday 22nd August, 2014 at 12:44:14 UTC by Miodrag Milanović |
|---|
| (OSD BRANCH) Silence compiler when doing 32bit compilation (nw) |
| [/branches/osd/src/lib/bx] | float4_t.h |
| r31736 | r31737 | |
|---|---|---|
| 18 | 18 | #elif 0 // BX_COMPILER_CLANG |
| 19 | 19 | # include "float4_langext.h" |
| 20 | 20 | #else |
| 21 | # pragma message("************************************\nUsing SIMD reference implementation!\n************************************") | |
| 21 | //# pragma message("************************************\nUsing SIMD reference implementation!\n************************************") | |
| 22 | 22 | # include "float4_ref.h" |
| 23 | 23 | #endif // |
| 24 | 24 |
| Previous | 199869 Revisions | Next |