Skip to content

Conversation

leonardo-m
Copy link
Contributor

A new matmul that uses a dot_product function that's inspired by the D
language library function.

For me the best compiler switches for this program are:
-C opt-level=3 -C target-cpu=native

A new matmul that uses a dot_product function that's inspired by the D
language library function.

For me the best compiler switches for this program are:
-C opt-level=3 -C target-cpu=native
@kostya
Copy link
Owner

kostya commented Aug 23, 2017

this is quite low level, i avoid such implementations, and try to implement all things with stdlibs or standard language constructs.

@leonardo-m
Copy link
Contributor Author

This is how the D standard library does it:
https://github.com/dlang/phobos/blob/master/std/numeric.d#L1715

Do you suggest me to close down this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants