ayush00git commented on PR #3253:
URL: https://github.com/apache/fory/pull/3253#issuecomment-3845857668

   Hey @chaokunyang 
   The support for `float16` array was already implemented in the PR #3197 by 
@theweipeng 
   here's the file - 
https://github.com/apache/fory/blame/main/javascript/packages/fory/lib/gen/typedArray.ts
   ```js
   CodegenRegistry.register(TypeId.FLOAT16_ARRAY, build(Type.float16()));
   ```
   
   Still I've added separate tests for `float16` array support, just as a proof 
of this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to