Skip to content

Commit

Permalink
Remove array_nomralize for int 128_t (facebookincubator#11179)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebookincubator#11179

Removing registration for 128_t since std::abs does not support it. Details in: facebookincubator#11178

Reviewed By: kgpai

Differential Revision: D63964992

fbshipit-source-id: ba4e018098155b8d7b15f5a8b38147094c3fccf4
  • Loading branch information
amitkdutta authored and facebook-github-bot committed Oct 7, 2024
1 parent 4f11402 commit 13c18db
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ void registerArrayFunctions(const std::string& prefix) {
registerArrayNormalizeFunctions<int16_t>(prefix);
registerArrayNormalizeFunctions<int32_t>(prefix);
registerArrayNormalizeFunctions<int64_t>(prefix);
registerArrayNormalizeFunctions<int128_t>(prefix);
registerArrayNormalizeFunctions<float>(prefix);
registerArrayNormalizeFunctions<double>(prefix);
}
Expand Down

0 comments on commit 13c18db

Please sign in to comment.