Revision: 77176
          http://sourceforge.net/p/brlcad/code/77176
Author:   starseeker
Date:     2020-09-18 23:57:38 +0000 (Fri, 18 Sep 2020)
Log Message:
-----------
Jot down a note about a possibly interesting bit of code for future use...

Modified Paths:
--------------
    brlcad/trunk/src/libbu/simd.c

Modified: brlcad/trunk/src/libbu/simd.c
===================================================================
--- brlcad/trunk/src/libbu/simd.c       2020-09-18 19:59:19 UTC (rev 77175)
+++ brlcad/trunk/src/libbu/simd.c       2020-09-18 23:57:38 UTC (rev 77176)
@@ -18,6 +18,11 @@
  * information.
  */
 
+// TODO - investigate https://github.com/google/cpu_features and the approach
+// suggested by William Tambellini on the eigen mailing list to build multiple
+// dynamic math libs to be loaded at run-time based on which features we can
+// take advantage of on that platform...
+
 #include "common.h"
 #include "bu/simd.h"
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to