1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +00:00

Fixup example

This commit is contained in:
2014-08-08 21:47:19 -07:00
parent 19bda88893
commit 2bbfa9399d

View File

@ -65,7 +65,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// typedef float(*func_ptr)();
// static hsFunctionDispatcher<func_ptr> my_func;
//
// hsFunctionDispatcher<float::func_ptr> float::my_func(float::my_func_fpu, 0, 0, 0, 0, 0, 0, float::my_func_avx);
// hsFunctionDispatcher<func_ptr> my_func(my_func_fpu, 0, 0, 0, 0, 0, 0, my_func_avx);
// my_func();
//
//////////////////////////////////////////////////////////////////////