Field G. Van Zee
a32257eeab
Fixed bli_init.c compile-time error on OSX clang.
...
Details:
- Fixed a compile-time error in bli_init.c when compiling with OSX's
clang. This error was introduced in 868b901 , which introduced a
post-declaration struct assignment where the RHS was a struct
initialization expression (i.e. { ... }). This use of struct
initializer expressions apparently works with gcc despite it not
being strict C99. The fix included in this commit declares a temporary
variable for the purposes of being initialized to the desired value,
via the struct initializer, and then copies the temporary struct (via
'=' struct assignment) to the persistent struct. Thanks to Devin
Matthews for his help with this.
2021-08-05 16:23:02 -05:00
..
2019-03-12 18:45:09 -05:00
2019-03-12 18:45:09 -05:00
2021-05-12 18:42:09 -05:00
2019-03-12 18:45:09 -05:00
2021-03-31 17:09:36 -05:00
2020-07-29 14:24:34 -05:00
2021-05-19 09:52:29 -05:00
2020-07-29 14:24:34 -05:00
2021-03-31 17:09:36 -05:00
2020-07-03 17:55:54 -05:00
2020-07-03 17:55:54 -05:00
2021-03-31 17:09:36 -05:00
2020-07-03 17:55:54 -05:00
2020-10-18 18:04:03 -05:00
2020-10-18 18:04:03 -05:00
2020-11-16 15:55:45 -06:00
2019-03-12 18:45:09 -05:00
2021-03-27 17:22:14 -05:00
2020-07-29 14:24:34 -05:00
2021-03-31 17:09:36 -05:00
2020-07-29 14:24:34 -05:00
2018-12-04 14:31:06 -06:00
2019-03-12 18:45:09 -05:00
2021-05-19 09:52:29 -05:00
2021-05-19 09:52:29 -05:00
2021-03-11 13:50:40 -06:00
2020-07-22 16:13:09 -05:00
2020-10-18 18:04:03 -05:00
2020-11-14 09:39:48 -06:00
2021-03-31 17:09:36 -05:00
2020-07-29 14:24:34 -05:00
2019-05-27 16:24:43 +05:30
2019-02-27 17:27:23 -06:00
2021-06-13 19:44:14 -05:00
2020-10-18 18:04:03 -05:00
2021-03-28 19:11:43 -05:00
2019-10-11 11:53:51 -05:00
2021-08-05 16:23:02 -05:00
2019-03-12 18:45:09 -05:00
2020-07-29 14:24:34 -05:00
2019-03-12 18:45:09 -05:00
2021-03-31 17:09:36 -05:00
2021-03-31 17:09:36 -05:00
2021-03-31 17:09:36 -05:00
2020-07-29 14:24:34 -05:00
2020-11-14 09:39:48 -06:00
2021-03-27 17:22:14 -05:00
2019-05-27 16:24:43 +05:30
2020-07-29 14:24:34 -05:00
2020-07-29 14:24:34 -05:00
2021-03-31 17:09:36 -05:00
2019-03-12 18:45:09 -05:00
2020-07-29 14:24:34 -05:00
2021-04-27 18:16:44 -05:00
2021-04-27 18:16:44 -05:00
2019-02-24 19:09:10 -06:00
2020-07-03 17:55:54 -05:00
2019-11-14 16:48:14 -06:00
2019-03-12 18:45:09 -05:00
2021-03-31 17:09:36 -05:00
2021-03-27 17:22:14 -05:00
2021-03-31 17:09:36 -05:00
2020-07-29 14:24:34 -05:00
2019-05-27 16:24:43 +05:30
2019-03-12 18:45:09 -05:00
2021-05-12 18:45:32 -05:00
2020-07-29 14:24:34 -05:00
2020-12-01 19:51:27 +00:00
2021-03-27 17:22:14 -05:00
2021-03-31 17:09:36 -05:00
2019-05-27 16:24:43 +05:30
2021-05-01 18:54:48 -05:00
2021-05-01 18:54:48 -05:00
2021-05-01 18:54:48 -05:00
2021-05-01 18:54:48 -05:00
2018-12-04 14:31:06 -06:00
2019-02-27 17:27:23 -06:00
2018-12-04 14:31:06 -06:00
2019-03-12 18:45:09 -05:00
2018-12-04 14:31:06 -06:00
2019-03-13 18:21:35 -05:00