mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-05 09:20:29 +00:00
constexpr is not a universal good
This commit is contained in:
parent
03f3f62fc5
commit
11149f973c
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@
|
||||||
printf("%10g ns %2dx %s\n", nanos, (ITERATIONS), #CODE); \
|
printf("%10g ns %2dx %s\n", nanos, (ITERATIONS), #CODE); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
constexpr auto big_c = "aaaaaaaaaaaaaaaaaaaaaaaa";
|
const char* big_c = "aaaaaaaaaaaaaaaaaaaaaaaa";
|
||||||
constexpr auto small_c = "aaaaaaaaaaaaaaaaaaaaaaa";
|
const char* small_c = "aaaaaaaaaaaaaaaaaaaaaaa";
|
||||||
|
|
||||||
int
|
int
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue