Displaying 3 results from an estimated 3 matches for "clearlinux".
Did you mean:
clearline
2019 Nov 28
2
SLP example not being vectorized
...ith a particular interested in the optimization area,
specially on SLP. While working through the tutorial, I ran this example
[1] with the hope to see SLP vectorization in action but for some
reason, I do not see it on the LLVM assembly as seen below. Is there
anything I am missing? I am using Clearlinux as build machine and this
has clang version 9.0.0.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
$ cat arraysum.c
void foo(int a1, int a2, int b1, int b2, in...
2020 Aug 06
4
[RFC] Zeroing Caller Saved Regs
...registers upon function return:
-mzero-caller-saved-regs=used
zero_caller_saved_regs("used")
* Zero all caller-saved integer and vector registers upon function return:
-mzero-caller-saved-regs=all
zero_caller_saved_regs("all")
```
-bw
[1] https://github.com/clearlinux-pkgs/gcc/blob/master/0001-x86-Add-mzero-caller.patch
2020 Jul 15
6
Samba mount error after server packages update
...I don't understand if this is a bug in the new server, or if the updated samba release requires different parameters in the smb.conf file.
Any suggestion?
Andy
-------------- next part --------------
andy at clearmi ~ $ swupd info
Installed version: 28640
Version URL: https://cdn.download.clearlinux.org/update/
Content URL: https://cdn.download.clearlinux.org/update/
andy at clearmi ~ $ uname -r
5.0.6-726.native
andy at clearmi ~ $ sudo smbstatus
Samba version 4.10.0
PID Username Group Machine Protocol Version Encryption Signin...