readme.txt

来自「WCE500_2_VFP_MX31.zip:IM31 浮点运算」· 文本 代码 · 共 19 行

TXT
19
字号
Floating point library How-To

Package Contents:
- float_lib.dll :  dll implementing VFP accelerated
                floating point operations
- VFPLoader.dll: Shim dll for replacing coredll floating point functions
                  with VFP implementation 
- vfpload.exe:  Executable that loads shim into running system


VFP Enabling a system:
1. Place float_lib.dll, VFPLoader.dll, and vfpload.exe at \Windows are the target system
2. Launch vfpload.exe

Note:  The mechanism for inserting the VFP implementation (noted above) of the floating point functions 
       must have been launched before any applications that need to be accelerated are launched.  This 
       can be acheived by including the VFP files from this package in the run-time image and launching 
       the vfpload.exe at boot time via a registry entry.
   

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?