Star
26
Fork
286
代码
介绍
代码
Issues
191
Pull Requests
101
流水线
Actions
讨论
Wiki
项目成员
50
分析
项目设置
Star
26
Fork
286
master
arkcompiler_ets_runtime
/
test
/
aottest
/
builtin_inlining
/
math
/
Min
下载当前目录
solaris011
[fuzz] Math函数及DataView函数在特殊入参时的问题修复
2db36d25
创建于
2024年7月14日
历史提交
文件
最后提交记录
最后更新时间
BUILD.gn
Support trace logs for inlined builtins Description: * Support trace-inline option for native inline lowering * Refactor builtin UT template * Add log tracing in UT 1 Signed-off-by: Chernykh Sergey <chernykh.sergey1@huawei.com>
2 年前
builtinMathMin.ts
[fuzz] Math函数及DataView函数在特殊入参时的问题修复 Issue:
https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IACA00
Description: MathMin输入参数不应该限制为Tagged,DataView get/set函数isLittleEndian参数传入浮点数需要对类型进行判断及转换 Change-Id: I309c26bac353ff04b920b8c8f1f884bba7ee1599
1 年前