Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

2.0.0.1 - 新增C++类库支持

Compare
Choose a tag to compare
@FogDai FogDai released this 29 Oct 14:28
· 639 commits to master since this release

What's the News?

  • 新增iostream、stringstream支持
  • 解决使用_fstat32、_fstat32i64、_fstat64i32、_stat32、_stat32i64、_stat64i32、_wstat32、_wstat32i64、_wstat64i32导致编译不通过问题
  • 修正 __acrt_iob_func 始终返回输入流问题
  • 解决 type_info operator != 功能无法使用问题(感谢 sonyps5201314)
  • 解决_daylight,_dstbias,_timezone,_tzname无法使用问题(感谢 sonyps5201314)
  • 解决32位 SSE高精度数据函数无法使用问题,比如_libm_sse2_tan_precise,_libm_sse2_sqrt_precise,_libm_sse2_sin_precise(感谢 stsm85)